Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Conversation

@shoatman
Copy link
Contributor

No description provided.

<data android:scheme="msauth"
android:host= "YOUR_PACKAGE_NAME - must be registered at https://aka.ms/MobileAppReg"
android:path= "/YOUR_DECODED_SIGNATURE_HASH - must be registered at https://aka.ms/MobileAppReg>" />
android:host= "com.azuresamples.msalandroidapp"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it was on purpose to keep it in this way.

android:host= "YOUR_PACKAGE_NAME - must be registered at https://aka.ms/MobileAppReg"
android:path= "/YOUR_DECODED_SIGNATURE_HASH - must be registered at https://aka.ms/MobileAppReg>" />

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. I'll put back the original values... prior to actually merging. Leaving it this way for testing.

}

dependencies {
implementation project(':msal')

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the plan around using this value vs loading from Maven central?


@Override
public void onError(@NonNull Exception exception) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should show a Toast or dialog if this error gets hit - otherwise, users of the samples might be confused with a silent failure


@Override
public void onError(@NonNull MsalException exception) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same feedback here regarding a Toast or dialog

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants